-- card: 22707 from stack: in -- bmap block id: 23733 -- flags: 0000 -- background id: 2665 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=353 top=33 right=52 bottom=437 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F1 -- part 2 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=355 top=68 right=87 bottom=439 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F2 -- part 3 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=355 top=93 right=112 bottom=439 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F3 -- part 4 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=356 top=118 right=137 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F4 -- part 5 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=356 top=148 right=167 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F5 -- part 6 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=352 top=199 right=221 bottom=452 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: RESET ----- HyperTalk script ----- on mouseUp delete line 1 of card field F1 delete line 1 of card field F2 delete line 1 of card field F3 delete line 1 of card field F4 delete line 1 of card field F5 get the location of card field F1 click at it end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=352 top=229 right=251 bottom=452 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: CALCULATE ----- HyperTalk script ----- on mouseUp put the value of ((2^(card field F1))) into card field F2 put the value of ((4^(card field F1))) into card field F3 put the value of ((3^(card field F1))) into card field F4 put the value of ((2^(card field F1))) into card field F5 end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=269 top=285 right=307 bottom=369 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ANSWERS ----- HyperTalk script ----- on mouseUp HIDE CARD FIELD "COVER" end mouseUp -- part 9 (field) -- low flags: 00 -- high flags: 0001 -- rect: left=4 top=202 right=306 bottom=238 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: COVER -- part 10 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=269 top=315 right=337 bottom=369 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: RESET ----- HyperTalk script ----- on mouseUp SHOW CARD FIELD "COVER" end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=205 top=315 right=337 bottom=256 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: NEXT ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=149 top=314 right=337 bottom=199 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: PREV. ----- HyperTalk script ----- on mouseUp go back end mouseUp -- part contents for background part 1 ----- text ----- MEIOSIS -- part contents for background part 2 ----- text ----- Enter the number of independently assorting, segregating allelic pairs in the appropriate box and hit the calculate button. Run this program several times and see if you can determine the mathematical relationships that exist between the alleles and the various categories. After several runs, determine the numerical relationships and then check your answers by clicking on the ANSWERS button below. If the number of segregating alleleic pairs is n, then the number of gametes is 2^n, the number of gamete combninations is 4^n, the different genotypes is 3^n and the number of phenotypes is 2^n. Click on the RESET button and then the DIRECTORY button. -- part contents for card part 2 ----- text ----- 8 -- part contents for card part 1 ----- text ----- 3 -- part contents for card part 3 ----- text ----- 64 -- part contents for card part 4 ----- text ----- 27 -- part contents for card part 5 ----- text ----- 8 -- part contents for background part 8 ----- text ----- 252